ArcFM Solution Developer Guide
Add<T>(String,String,Action<T>) Method


Syntax
'Declaration
 
Public Overloads Function Add(Of T)( _
   ByVal prototype As System.String, _
   ByVal description As System.String, _
   ByVal action As System.Action(Of T) _
) As OptionSet
'Usage
 
Dim instance As OptionSet
Dim prototype As System.String
Dim description As System.String
Dim action As System.Action(Of T)
Dim value As OptionSet
 
value = instance.Add(Of T)(prototype, description, action)
public OptionSet Add<T>( 
   System.string prototype,
   System.string description,
   System.Action<T> action
)

Parameters

prototype
description
action

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OptionSet Class
OptionSet Members
Overload List

 

 


Send Comment